gtkflowbox: Fix a minor typo in the documentation
authorPhilip Withnall <withnall@endlessm.com>
Wed, 1 Apr 2020 13:04:46 +0000 (14:04 +0100)
committerPhilip Withnall <withnall@endlessm.com>
Wed, 1 Apr 2020 13:04:46 +0000 (14:04 +0100)
Signed-off-by: Philip Withnall <withnall@endlessm.com>
gtk/gtkflowbox.c

index afaa8c38f24f0923b8f365341283db519c25b0c9..832dc879071161afd664d936bf5e2c4376936a3b 100644 (file)
@@ -4574,7 +4574,7 @@ gtk_flow_box_get_selection_mode (GtkFlowBox *box)
  * @child: a #GtkFlowBoxChild that may be filtered
  * @user_data: (closure): user data
  *
- * A function that will be called whenrever a child changes
+ * A function that will be called whenever a child changes
  * or is added. It lets you control if the child should be
  * visible or not.
  *